System.CommandLine Property

Syntax

CommandLine as String


This property contains the parameters passed to the application. For example, if the application "Foo.exe" was executed with the call "Foo.exe a b c", then CommandLine would contain "Foo.exe a b c".

This is valid for Windows, Mac OS X built using the Mach-O format, and Linux applications.